home *** CD-ROM | disk | FTP | other *** search
- var §\x01§ = 976;
- loop0:
- while(true)
- {
- if(eval("\x01") == 976)
- {
- set("\x01",eval("\x01") - 93);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 857)
- {
- set("\x01",eval("\x01") - 240);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 228)
- {
- set("\x01",eval("\x01") + 259);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 682)
- {
- set("\x01",eval("\x01") - 454);
- break;
- }
- if(eval("\x01") == 22)
- {
- set("\x01",eval("\x01") + 961);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 691);
- }
- continue;
- }
- if(eval("\x01") == 300)
- {
- set("\x01",eval("\x01") + 584);
- §§push(int(§§pop()));
- break;
- }
- if(eval("\x01") == 983)
- {
- set("\x01",eval("\x01") - 691);
- break;
- }
- if(eval("\x01") == 372)
- {
- set("\x01",eval("\x01") + 310);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 454);
- }
- continue;
- }
- if(eval("\x01") == 35)
- {
- set("\x01",eval("\x01") + 531);
- break;
- }
- if(eval("\x01") == 292)
- {
- set("\x01",eval("\x01") + 80);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 487)
- {
- set("\x01",eval("\x01") - 144);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 15);
- }
- continue;
- }
- if(eval("\x01") != 777)
- {
- if(eval("\x01") == 884)
- {
- set("\x01",eval("\x01") - 862);
- §§push(true);
- }
- else if(eval("\x01") == 377)
- {
- set("\x01",eval("\x01") - 77);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 584);
- }
- }
- else if(eval("\x01") == 883)
- {
- set("\x01",eval("\x01") - 106);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 80);
- }
- }
- else
- {
- if(eval("\x01") == 343)
- {
- set("\x01",eval("\x01") + 15);
- break;
- }
- if(eval("\x01") == 566)
- {
- set("\x01",eval("\x01") - 189);
- §§push(true);
- }
- else
- {
- if(eval("\x01") != 617)
- {
- if(eval("\x01") == 358)
- {
- set("\x01",eval("\x01") + 543);
- if(!_global.mx)
- {
- _global.mx = new Object();
- }
- §§pop();
- if(!_global.mx.data)
- {
- _global.mx.data = new Object();
- }
- §§pop();
- if(!_global.mx.data.binding)
- {
- _global.mx.data.binding = new Object();
- }
- §§pop();
- if(!_global.mx.data.binding.ObjectDumper)
- {
- var _loc2_ = mx.data.binding.ObjectDumper = function()
- {
- this.inProgress = new Array();
- }.prototype;
- mx.data.binding.ObjectDumper = function()
- {
- this.inProgress = new Array();
- }.toString = function(obj, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent)
- {
- var _loc1_ = indent;
- var _loc2_ = maxLineLength;
- var _loc3_ = new mx.data.binding.ObjectDumper();
- if(_loc2_ == undefined)
- {
- _loc2_ = 100;
- }
- if(_loc1_ == undefined)
- {
- _loc1_ = 0;
- }
- return _loc3_.realToString(obj,showFunctions,showUndefined,showXMLstructures,_loc2_,_loc1_);
- };
- _loc2_.realToString = function(obj, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent)
- {
- var _loc1_ = obj;
- var x = 0;
- while(x < this.inProgress.length)
- {
- if(this.inProgress[x] == _loc1_)
- {
- return "***";
- }
- x++;
- }
- this.inProgress.push(_loc1_);
- indent++;
- var t = typeof _loc1_;
- var result;
- if(_loc1_ instanceof XMLNode && showXMLstructures != true)
- {
- result = _loc1_.toString();
- }
- else if(_loc1_ instanceof Date)
- {
- result = _loc1_.toString();
- }
- else if(t == "object")
- {
- var _loc3_ = new Array();
- if(_loc1_ instanceof Array)
- {
- result = "[";
- var i = 0;
- while(i < _loc1_.length)
- {
- _loc3_.push(i);
- i++;
- }
- }
- else
- {
- result = "{";
- for(var i in _loc1_)
- {
- _loc3_.push(i);
- }
- _loc3_.sort();
- }
- var sep = "";
- var _loc2_ = 0;
- while(_loc2_ < _loc3_.length)
- {
- var val = _loc1_[_loc3_[_loc2_]];
- var show = true;
- if(typeof val == "function")
- {
- show = showFunctions == true;
- }
- if(typeof val == "undefined")
- {
- show = showUndefined == true;
- }
- if(show)
- {
- result += sep;
- if(!(_loc1_ instanceof Array))
- {
- result += _loc3_[_loc2_] + ": ";
- }
- result += this.realToString(val,showFunctions,showUndefined,showXMLstructures,maxLineLength,indent);
- sep = ", `";
- }
- _loc2_ = _loc2_ + 1;
- }
- if(_loc1_ instanceof Array)
- {
- result += "]";
- }
- else
- {
- result += "}";
- }
- }
- else if(t == "function")
- {
- result = "function";
- }
- else if(t == "string")
- {
- result = "\"" + _loc1_ + "\"";
- }
- else
- {
- result = String(_loc1_);
- }
- if(result == "undefined")
- {
- result = "-";
- }
- this.inProgress.pop();
- return mx.data.binding.ObjectDumper.replaceAll(result,"`",result.length >= maxLineLength ? "\n" + this.doIndent(indent) : "");
- };
- mx.data.binding.ObjectDumper = function()
- {
- this.inProgress = new Array();
- }.replaceAll = function(str, from, to)
- {
- var _loc3_ = str.split(from);
- var result = "";
- var _loc2_ = "";
- var _loc1_ = 0;
- while(_loc1_ < _loc3_.length)
- {
- result += _loc2_ + _loc3_[_loc1_];
- _loc2_ = to;
- _loc1_ = _loc1_ + 1;
- }
- return result;
- };
- _loc2_.doIndent = function(indent)
- {
- var _loc3_ = indent;
- var _loc2_ = "";
- var _loc1_ = 0;
- while(_loc1_ < _loc3_)
- {
- _loc2_ += " ";
- _loc1_ = _loc1_ + 1;
- }
- return _loc2_;
- };
- §§push(ASSetPropFlags(mx.data.binding.ObjectDumper.prototype,null,1));
- }
- §§pop();
- }
- break;
- }
- set("\x01",eval("\x01") - 582);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 531);
- }
- }
- }
- continue;
- }
- set("\x01",eval("\x01") + 80);
- stop();
- loop1:
- while(true)
- {
- if(§§pop())
- {
- if(eval("\x01") == 537)
- {
- set("\x01",eval("\x01") - 46);
- if(!_global.mx)
- {
- _global.mx = new Object();
- }
- §§pop();
- if(!_global.mx.rpc)
- {
- _global.mx.rpc = new Object();
- }
- §§pop();
- if(_global.mx.rpc.Responder)
- {
- }
- §§pop();
- }
- break loop0;
- }
- set("\x01",eval("\x01") - 952);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 518);
- }
- while(true)
- {
- if(eval("\x01") == 577)
- {
- set("\x01",eval("\x01") - 436);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 141)
- {
- set("\x01",eval("\x01") + 650);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 651);
- }
- continue;
- }
- if(eval("\x01") == 517)
- {
- set("\x01",eval("\x01") - 262);
- break loop0;
- }
- if(eval("\x01") == 791)
- {
- set("\x01",eval("\x01") - 651);
- break loop0;
- }
- if(eval("\x01") == 140)
- {
- set("\x01",eval("\x01") + 118);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 258)
- {
- set("\x01",eval("\x01") + 259);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 262);
- }
- continue;
- }
- if(eval("\x01") == 255)
- {
- set("\x01",eval("\x01") + 716);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 19)
- {
- set("\x01",eval("\x01") + 518);
- break loop0;
- }
- continue loop1;
- }
- }
- }
-